home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / mac / Mac_Files / Vendor Demos / HiQ / HiQ•Help / HiQ•Help.rsrc / PICT_10806_Optimization pg 6.png < prev    next >
Portable Network Graphic  |  1992-04-28  |  55KB  |  816x1056  |  8-bit (256 colors)
Labels: book | chat room | crt screen | monitor | reckoner | sky
OCR: OPTIMIZER SAMPLE SCRIPTS Example 3. Maximize the function f(x) =4 5 subject to the constraints: 2X2 -X3-X 4+X 5>0 -2x 1+ 2X3 - X 4+ X 5 >0 X1 2x 2-x X+X2 The exact value of the maximum is 0.0 at the optimizing vector (0.4, 0.2, 0.4, 0.0, 0.0). Problem Script: Linear Programming: project optValue optVector, simpMatrix; local mlconstraint, m2constraint, m3constraint; m1constraint m2 constraint m3constraint simpMatrix {0,0,0,0,1,-1; [optValue optVector] OptLinProg( m1 constraint m2constraint m3constraint simpMatrix